home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 1796 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.7 KB  |  40 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: tijger.fys.ruu.nl!usenet
  3. From: Anthony de Vries <A.H.B.deVries@student.UTwente.nl>
  4. Subject: Re: VisPro/Rexx and Object Rexx
  5. Sender: usenet@fys.ruu.nl (News system Tijgertje)
  6. Message-ID: <3162458C.64BE1CC1@student.UTwente.nl>
  7. Date: Wed, 3 Apr 1996 09:31:56 GMT
  8. X-Nntp-Posting-Host: ruunku.fys.ruu.nl
  9. Content-Transfer-Encoding: 7bit
  10. Content-Type: text/plain; charset=us-ascii
  11. References: <4jjuo8$f6a@server-b.cs.interbusiness.it> <4jpgp1$ou4@ralph.vnet.net> <4jqfsg$hen@server-b.cs.interbusiness.it> <4jsagj$ahb@news1.mnsinc.com>
  12. Mime-Version: 1.0
  13. X-Mailer: Mozilla 2.0b4CALDERA (X11; I; Linux 1.3.57 i486)
  14. Organization: Physics and Astronomy, University of Utrecht, The Netherlands
  15.  
  16. johnshoy@os2bbs.com wrote:
  17. > I want to use the new Object Rexx for OS/2 with VisPro REXX.  In object rexx,
  18. > the directives and methods for your new classes are supposed to be the last
  19. > source code in your program.  In VisPro REXX, where would I put the class directives
  20. > and methods in order for them to be the last source code?  In the "when closed"
  21. > form for the main form in the project?  Or, is VisPro REXX always gong to
  22. > have the last word by inserting code to clean up after itself after executing the
  23. > last user written code?
  24.  
  25. I'm not familiar with Object Rexx.... but here  we go
  26.  
  27. I think when you only run your vispro program it makes a .cmd file
  28. (thus not "build" it, but only "run") Just look into it, and you can see
  29. which part comes last. That might help
  30. I think the code in the subprocs directory is put at the end of the 
  31. file...... 
  32. I don't think the code should be in the "when closed" section, as than
  33. the code is called when closed....  "when closed" certainly doens't mean
  34. last line of code!
  35.  
  36. Hope it helps a little
  37.  
  38. Anthony
  39.